updating oE filebase

filebase

include filesys.e 
namespace filesys 
public function filebase(sequence path) 

returns the base filename of path.

Parameters:
  1. path : the path from which to extract information
Returns:

A sequence, the base file name part of path.

TODO: Test

Example 1:
base = filebase("/opt/euphoria/readme.txt") 
-- base is "readme" 
See Also:

pathinfo, filename, fileext

Not Categorized, Please Help

Search



Quick Links

User menu

Not signed in.

Misc Menu